/* begin userbuttons.txt */


DC's Custom Xnews Icons -- http://dcicons.fateback.com
01 Sep 03


/* User Buttons - Instructions */

To define your new buttons, begin by placing the *.ico files in your Xnews program directory. Then, open xnews.ini in your favorite text editor (ie. notepad) and edit the following lines:

[ToolBars]
E1=bEdit,-,u1,-,u2,-,bUndo,-,bSave,-,bSend,-,bStop

[UserButtons]
u1=aceRewrapJoin|C:\ProgramFiles\Xnews\reformat.ico|Reformat
u2=aceROT13|C:\ProgramFiles\Xnews\rot13.ico|ROT-13

If these sections do not exist in your xnews.ini file, simply add them at the end of the file. Don't forget to change the paths to your *.ico files to reflect your system setup.

If you would prefer not to label your new buttons, modifiy the above entries as follows:

[UserButtons]
u1=aceRewrapJoin|C:\ProgramFiles\Xnews\reformat.ico||
u2=aceROT13|C:\ProgramFiles\Xnews\rot13.ico||


/* end userbuttons.txt */